Item Property (PdfTreeNodeList<T>)
Gets or sets the element at the specified index.
'Declaration
Public Overridable Default Property Item( _
ByVal As System.Int32 _
) As T
public T this[
System.Int32
]{ get; set; }
public: __property virtual T* get_Item(
System.Int32
);
public: __property virtual void set_Item(
System.Int32 ,
T*
);
public:
virtual property T^ default [System.Int32] {
T^ get(System.Int32 );
void set(System.Int32 , T^ );
}
Parameters
- index
- The zero-based index of the element to get or set.
Return Value
The element at the specified index.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5